home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pofo / utility / password / password.doc next >
Encoding:
Text File  |  1991-08-22  |  1.9 KB  |  80 lines

  1. ---------------------------------------
  2. Password v1.00
  3. Copyright 1990 by Albert F. Nurick
  4.  
  5. Brought to you by
  6.  
  7.   Nurick Design
  8.   P.O. Box 202006
  9.   Austin, Texas  78720
  10.  
  11. ---------------------------------------
  12. > What is Password?
  13.  
  14. Password is a small utility designed
  15. to provide a reasonable measure of
  16. security to owners of "palmtop"
  17. computers, such as the Atari Portfolio
  18. and similar systems.  It was developed
  19. for the Portfolio, but should work on
  20. all compatible systems.
  21. ---------------------------------------
  22. > How do I use Password?
  23.  
  24. To use Password, simply insert a line
  25. calling it in your AUTOEXEC.BAT file.
  26. For example, to set your password to
  27. "secret", your AUTOEXEC.BAT might look
  28. like this:
  29.  
  30.   echo off
  31.   cls
  32.   password secret
  33.   app
  34.  
  35. When you power up (or reboot), Password
  36. waits for you to type in a password.
  37. If you enter the correct password,
  38. the system continues as usual.  If
  39. you enter an incorrect password,
  40. a message is displayed, and you can
  41. try again.
  42.  
  43. You can't Ctrl-C out of Password.
  44. You can, however, Ctrl-C out of your
  45. AUTOEXEC.BAT before Password loads.
  46. On most palmtops, AUTOEXEC runs from
  47. a RAM drive, so breaking out before
  48. PASSWORD is unlikely.  To make it
  49. even more unlikely, add the line
  50.   
  51.   break=off
  52.  
  53. at the start of your CONFIG.SYS
  54. file.
  55. ---------------------------------------
  56. > What does Password cost?
  57.  
  58. Password is a shareware program.  It
  59. is supported and enhanced by your
  60. donations.
  61.  
  62. You are free to evaluate Password for
  63. a 30 day period at no charge.  You may
  64. also duplicate it and share it with
  65. your friends, provided you do not
  66. change the program or this document
  67. file.
  68.  
  69. If you like Password and find it to be
  70. useful, please send a $19.95 donation
  71. for each copy in use to:
  72.   
  73.     Nurick Design
  74.     P.O. Box 202006
  75.     Austin, Texas  78720
  76.   
  77. Your comments and suggestions are
  78. welcome as well.
  79. ---------------------------------------
  80.